home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / misc / f1gplib_dev.lha / f1gplib_dev / include / clib / f1gp_protos.h
Encoding:
C/C++ Source or Header  |  1999-11-10  |  685 b   |  29 lines

  1. #ifndef  CLIB_F1GP_PROTOS_H
  2. #define  CLIB_F1GP_PROTOS_H
  3.  
  4. /*
  5. **    $VER: f1gp_protos.h 36.1 (31.1.98)
  6. **
  7. **    C prototypes.
  8. **
  9. **    (C) Copyright 1995-1999 Oliver Roberts
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef  EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17.  LONG f1gpDetect(VOID);
  18. ULONG f1gpCalcChecksum(UBYTE *data, ULONG datasize);
  19.  APTR f1gpRequestNotification(struct MsgPort *msgport, ULONG events);
  20.  VOID f1gpStopNotification(APTR node);
  21. struct F1GPDisplayInfo *f1gpGetDisplayInfo(VOID);
  22.  
  23. /* OBSOLETE -- Please use the new notification functions instead */
  24.  
  25.  APTR f1gpAllocQuitNotify(struct Task *task, ULONG signal);
  26.  VOID f1gpFreeQuitNotify(APTR node);
  27.  
  28. #endif     /* CLIB_F1GP_PROTOS_H */
  29.